Skip to content

Fix onboarding#195

Open
happydracula wants to merge 3 commits intoDijkstra-Edu:qafrom
happydracula:fix_onboarding
Open

Fix onboarding#195
happydracula wants to merge 3 commits intoDijkstra-Edu:qafrom
happydracula:fix_onboarding

Conversation

@happydracula
Copy link
Contributor

No description provided.

Comment on lines +46 to 52
let url = "";
if (isFromServer == true) {
url = `${process.env.NEXT_PUBLIC_DATAFORGE_SERVICE_URL}/${pathStr}`;
} else {
url = `/api/${fullPath}`;
}
const response = await fetch(url, {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@happydracula just address this, will merge after

Copy link
Member

@JRS296 JRS296 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly make the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants